Modeling engineering problems as linear systems and solving in Matlab

Matlab eliminates the challenge of solving linear systems of equations. If you can model the engineering problem correctly as a linear system of equations, then you need only enter the matrix elements and the right hand side values of the equations into Matlab and execute the \ command to solve for the unknowns. With a little practice you can very quickly and efficiently accomplish this.